home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Giga Pack
/
Giga Pack CD1.iso
/
strategy
/
yahwho
/
yahhelp.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1993-06-27
|
2KB
|
55 lines
unit YAHHELP;
interface
const
hcAbout = 0;
hcCancelBtn = 291;
hcContents = 1;
hcDHall = 271;
hcDice = 264;
hcDiceDeSel = 266;
hcDiceSel = 265;
hcDNewPlayer = 260;
hcDTop10 = 269;
hcFOClrBtn = 292;
hcFOFileOpenDBox = 286;
hcFOFiles = 288;
hcFOName = 287;
hcFOOkBtn = 290;
hcFOOpenBtn = 289;
hcGame = 257;
hcGExit = 263;
hcGLoad = 262;
hcGNewGame = 258;
hcGNewPlayer = 259;
hcGQuit = 6;
hcGSave = 261;
hcGStart = 3;
hcMAbout = 256;
hcOCColorsDBox = 275;
hcOColors = 274;
hcOConfig = 277;
hcOPrefs = 276;
hcOptions = 273;
hcRoll = 4;
hcScore = 5;
hcScores = 267;
hcSHall = 270;
hcSReset = 272;
hcSTop10 = 268;
hcTVision = 2;
hcWCascade = 280;
hcWClose = 285;
hcWindows = 278;
hcWNext = 283;
hcWPrev = 284;
hcWResize = 281;
hcWTile = 279;
hcWZoom = 282;
implementation
end.